net.netFD.dup (method)
4 uses
net (current package)
fd_unix.go#L193: func (fd *netFD) dup() (f *os.File, err error) {
net.go#L299: f, err = c.fd.dup()
tcpsock_posix.go#L160: f, err := ln.fd.dup()
unixsock_posix.go#L194: f, err := ln.fd.dup()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)